Skip to main content

All Questions

Tagged with
0votes
2answers
4kviews

How can I restrict HTTP 1.0 or less using .htaccess?

I want to use some restriction with SSL for now my .htacess is RewriteEngine On RewriteCond %{HTTPS} !=on [OR] RewriteCond %{THE_REQUEST} ^POST(.*)HTTP/(0\.9|1\.0)$ [NC,OR] RewriteCond %{...
Prafulla Kumar Sahu's user avatar

close